.content{
	width: 1200px;
	margin: 0 auto;
}

/*轮播图以及轮播图右侧列表开始*/
.bl_box{
    width: 100%;
}
.bl_box .bll {
    width: 30%;
    float: left;
}
.bl_box .blc {
    width: 30%;
    float: left;
    margin:0 5%;
}
.bl_box .blr {
    width: 30%;
    float: right;
}

.imgbox{
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.w_auto img{
    height: 100%;
}
.h_auto img{
    height: auto;
    width: 100%;
}
.imgbox .bgimg{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: url('../img/y1.png');
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    padding: 0 5px;
}
.w50h225{width: 50%;height: 225px;}
.hot_list{
    width: 100%;
    padding: 22px 0;
    border-bottom: 1px solid #ccc;
}
.hot_list .tit a{
    font-weight: bold;
    font-size: 18px;
    color: #070707;
}
.hot_list .remark{
    font-size: 16px;
    color: #070707;
    margin-top: 15px;
    text-indent: 30px;
    line-height: 28px;
}
.w30h123{
    width: 30%;
    height: 123px;
    margin-right: 5px;
}
.h245{height: 245px;}
.w23h173mgr26{
    width: 23%;
    height: 173px;
    margin-right: 2.6666%;
}
.tiltlist {
    margin: 25px 0;
    height: 32px;
    float: left;
}
.taba1 {
    width: 86px;
    height: 32px;
    background-color: #dcdcdc;
    text-align: center;
    float: left;
    margin-left: 7px;
}
.taba1 a {
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    display: block;
    width: 86px;
    height: 32px;
}
.current {
    background-color: #013f8a;
}
.dvvs {
    float: left;
    margin: 25px 0;
}
.w48h152{
    width: 48%;
    height: 152px;
}
.newlist5 li{
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.center{
    position: relative;
}
.center .min{
    position: absolute;
    bottom: 3px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #024188;
    color: #fff;
    width: 35%;
    font-size: 20px;
    font-weight: bold;
}
.center .max{
    position: absolute;
    margin-left: 43%;
    height: 32px;
    line-height: 32px;
    bottom: 26px;
    text-align: center;
    background: #fff;
    width: 12%;
    font-size: 28px;
    font-weight: bold;
}
.center .max span{
    color: #024188;
}
